home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1995 January
/
macformat-020.iso
/
Shareware City
/
Developers
/
Think C dcmd 1.0.1 ƒ
/
Think Put Lib source
/
PutSpacesTo.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1994-08-31
|
133 b
|
10 lines
|
[
TEXT/KAHL
]
extern short __putMark;
void PutChar(char c);
void PutSpacesTo(int endpos)
{
while ( __putMark < endpos )
PutChar( 0x20 );
}